Problem/Motivation
It seems my checkout sequence isn't correct, in step 2 I get the buy option and get the paypal popup after this, I can confirm the subscription and paypal tell me I get a last step to confirm the buy order finally, but after confirmation the subscription the buy order is completet...
I think we have to add code for the authorization state...
'PAYMENTREQUEST_0_PAYMENTACTION' => 'Sale',
Authorization must be set and the checkout sequenze is wrong
'PAYMENTREQUEST_0_PAYMENTACTION' => 'Authorization',
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3179531-6.patch | 732 bytes | vuil |
| #5 | paypal_subscription_completed_transition.diff | 977 bytes | la vague illuminee |
| #5 | paypal_subscription_create_payment_completed.diff | 486 bytes | la vague illuminee |
Comments
Comment #2
splus commentedComment #3
splus commentedComment #4
avpadernoComment #5
la vague illuminee commentedHello,
I think I have the same issue, the payment is in paypal (both merchant and customer) as paid, but in drupal, the order is completed, and the payment is on state "autorization".
When the payment is created, it's on "autorization" state
I this we can say here "completed". Patch #1
For my case, I need to have transitions events, so i create it as "new" and setState('completed') after. Patch #2
Comment #6
vuilComment #7
vuil