You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
During creation and updates of PayPal orders and payments there is used the attribute "invoice_number", this attribute got ignored from PayPal.
Possible Solution
According to the PayPal API doc the attribute should be named "invoice_id"
This PR was merged into the 1.6 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.6 (bug fixes, improvements)
| Bug fix? | yes
| New feature? | no
| Related tickets | fixes#215
This will fix the wrong attribute "invoice_number" and add the "shipping_discount" to PayPalPurchaseUnit
Commits
-------
f4d63b2 Use constructor property promotion
a97fada Fixed wrong attribute invoice_number
b7ab860 Also transmit the shipping discount
1178884 Implemented suggested changes
Hi,
SyliusPayPalPlugin version affected: v1.3.0
Description
During creation and updates of PayPal orders and payments there is used the attribute "invoice_number", this attribute got ignored from PayPal.
Possible Solution
According to the PayPal API doc the attribute should be named "invoice_id"
This has to be changed in the following files:
The text was updated successfully, but these errors were encountered: