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

Method gatewayName

src/Methods/PaymentMethod.js:38–40  ·  view source on GitHub ↗

* Get the gateway name value

()

Source from the content-addressed store, hash-verified

36 * Get the gateway name value
37 */
38 get gatewayName(){
39 return this.dataset.gatewayName;
40 }
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected