Skip to content

Commit

Permalink
Revert "fix: check for property to be present"
Browse files Browse the repository at this point in the history
This reverts commit 953d125.
  • Loading branch information
shanikantsingh committed Apr 22, 2024
1 parent 953d125 commit 43c8f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cartridges/int_adyen_SFRA/cartridge/controllers/Adyen.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ server.get('ShowConfirmation', server.middleware.https, adyen.showConfirmation);
* Confirm payment status after receiving redirectResult from Adyen
*/
server.post('PaymentsDetails', server.middleware.https, consentTracking.consent, adyen.paymentsDetails);
server.get('Sessions', server.middleware.https, adyen.callCreateSession);
server.get('ShippingMethods', server.middleware.https, adyen.callGetShippingMethods);
server.post('SelectShippingMethod', server.middleware.https, adyen.callSelectShippingMethod);

Expand Down

0 comments on commit 43c8f6a

Please sign in to comment.