subscribepro / subscribepro-magento2-ext

Subscribe Pro Magento 2 Integration Extension
MIT License
24 stars 22 forks source link

Pass additional fields in one-time transaction requests #221

Closed garthbrantley closed 7 months ago

garthbrantley commented 7 months ago

PRs: #232, subscribepro/subscribepro-php#51

When no customer is logged in, SP payment method is enabled and user checks out with new CC:

Must pass these additional fields in the transaction request:

API docs:

image

eugene-shab commented 7 months ago

@garthbrantley i've create a fix for it - https://github.com/subscribepro/subscribepro-php/pull/51

garthbrantley commented 7 months ago

@eugene-shab This is tested working.

However, you did not update the dependency in the extension composer.json. Doing that now.