From 7c0e51af1248a46cf948e1df0cbe8da6488eb5ae Mon Sep 17 00:00:00 2001 From: Yurii Torbyk Date: Fri, 24 Sep 2021 21:12:51 +0300 Subject: [PATCH] Implement Order Callback --- .../Service/PaymentProfile/PaymentProfileService.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SubscribePro/Service/PaymentProfile/PaymentProfileService.php b/src/SubscribePro/Service/PaymentProfile/PaymentProfileService.php index 83ca27f..f2f6122 100644 --- a/src/SubscribePro/Service/PaymentProfile/PaymentProfileService.php +++ b/src/SubscribePro/Service/PaymentProfile/PaymentProfileService.php @@ -36,7 +36,8 @@ class PaymentProfileService extends AbstractService PaymentProfileInterface::CUSTOMER_EMAIL, PaymentProfileInterface::PROFILE_TYPE, PaymentProfileInterface::PAYMENT_METHOD_TYPE, - PaymentProfileInterface::TRANSACTION_ID + PaymentProfileInterface::PAYMENT_TOKEN, + PaymentProfileInterface::TRANSACTION_ID, ]; /**