Skip to content

Examine currency before recognizing as an available payment method #403

Examine currency before recognizing as an available payment method

Examine currency before recognizing as an available payment method #403

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: Setup dependencies
run: |
which php
which composer
php -i
composer
composer install
- name: Run lint
run: ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist --dry-run