Add admin API mutation for GIFT_CARD to be an OrderPaymentMethod
Add admin API mutation for GIFT_CARD to the OrderPaymentMethod
This would be an input via type: OrderPaymentCreateInput
through field: method via type: OrderPaymentMethod
Currently, only ACCOUNT_CREDIT and CARD exist as options.
1
vote