Skip to content

Add paymentMethodConfiguration property to the ConnectPaymentMethodSettings component #164

Add paymentMethodConfiguration property to the ConnectPaymentMethodSettings component

Add paymentMethodConfiguration property to the ConnectPaymentMethodSettings component #164

Workflow file for this run

name: build
on:
push:
branches: [master, beta]
pull_request:
branches: [master, beta]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn install --frozen-lockfile
- run: yarn run validate-change