-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2495 from graphcommerce-org/remove-issuers-from-i…
…deal Remove issuers from ideal
- Loading branch information
Showing
16 changed files
with
91 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@graphcommerce/magento-payment-multisafepay': patch | ||
--- | ||
|
||
Remove issuers field from MultiSafePay in preparation for iDeal 2. Please not that this change requires an upgrade to the Magento module as well. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@graphcommerce/magento-payment-adyen': patch | ||
'@graphcommerce/magento-payment-multisafepay': patch | ||
'@graphcommerce/mollie-magento-payment': patch | ||
--- | ||
|
||
Remove issuer list from ideal payment method |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@graphcommerce/algolia-insights': patch | ||
--- | ||
|
||
Solve issue where the useSendEventAlgolia hook would sometimes throw an error during purchase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
packages/magento-payment-multisafepay/components/MSPPaymentOptions/MSPPaymentOptions.graphql
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
packages/magento-payment-multisafepay/components/MSPPaymentOptions/MSPPaymentOptions.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
packages/magento-payment-multisafepay/graphql/MSPCart.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
query MSPCart($cartId: String!) { | ||
multisafepayCart(cart_id: $cartId) { | ||
...CartTotals | ||
} | ||
} |
58 changes: 58 additions & 0 deletions
58
packages/magento-payment-multisafepay/graphql/MSPPaymentRequestData.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
query MSPPaymentRequestData($cartId: String!) { | ||
multisafepayPaymentRequestData(cart_id: $cartId) { | ||
apiToken | ||
payment_component_template_id | ||
storeId | ||
apiTokenLifeTime | ||
applePayButton { | ||
additionalTotalItems { | ||
amount | ||
label | ||
} | ||
applePayButtonId | ||
cartItems { | ||
label | ||
price | ||
} | ||
getMerchantSessionUrl | ||
getMerchantSessionUrl | ||
isActive | ||
} | ||
cartTotal | ||
currency | ||
environment | ||
googlePayButton { | ||
accountId | ||
googlePayButtonId | ||
isActive | ||
merchantInfo { | ||
merchantId | ||
merchantName | ||
} | ||
mode | ||
} | ||
locale | ||
paymentComponentConfig { | ||
additionalInfo { | ||
image | ||
is_preselected | ||
vaultCode | ||
} | ||
gatewayCode | ||
paymentMethod | ||
paymentType | ||
tokens { | ||
bin | ||
code | ||
display | ||
expired | ||
expiry_date | ||
last4 | ||
model | ||
name_holder | ||
token | ||
} | ||
} | ||
paymentComponentContainerId | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
packages/mollie-magento-payment/components/MollieOptionsIssuer/MollieIdealOptions.tsx
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
packages/mollie-magento-payment/components/MollieOptionsIssuer/MollieIssuerOptions.tsx
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...magento-payment/components/MollieOptionsIssuer/SetMolliePaymentMethodIssuerOnCart.graphql
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters