You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deletePaymentToken(public_hash: String!@doc(description: "The reusable payment token securely stored in the vault.")): DeletePaymentTokenOutput@resolver(class: "\\Magento\\VaultGraphQl\\Model\\Resolver\\DeletePaymentToken") @doc(description:"Delete a customer's payment token.")
6
7
}
7
8
@@ -26,6 +27,8 @@ type PaymentToken @doc(description: "The stored payment method available to the
26
27
}
27
28
28
29
enumPaymentTokenTypeEnum@doc(description: "The list of available payment token types.") {
0 commit comments