Skip to content

Commit

Permalink
Merge pull request #40 from findcanary/master
Browse files Browse the repository at this point in the history
Implement Order Callback
  • Loading branch information
graysonblanchard authored Oct 7, 2021
2 parents 0c0c840 + 7c0e51a commit 6906e49
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

/**
Expand Down

0 comments on commit 6906e49

Please sign in to comment.