MCPcopy Create free account
hub / github.com/adearriba/ShopifyCheckoutJS / gatewayId

Method gatewayId

src/Methods/PaymentMethod.js:31–33  ·  view source on GitHub ↗

* Get the gateway ID value

()

Source from the content-addressed store, hash-verified

29 * Get the gateway ID value
30 */
31 get gatewayId(){
32 return this.dataset.selectGateway;
33 }
34
35 /**
36 * Get the gateway name value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected