hotfix: typo

This commit is contained in:
Sebastian Rindom
2021-02-09 10:23:16 +01:00
parent dba0edee26
commit cb788ce2f6

View File

@@ -137,7 +137,7 @@ class PayPalProviderService extends PaymentService {
*/
async getPaymentData(session) {
try {
return this.retrievePayment(paymentSession.data)
return this.retrievePayment(session.data)
} catch (error) {
throw error
}