Skip to content

Add receiptOptions & additionalSearchTerms to createInvoice & Add includeSensitive & onlyAccountedPayments to getPaymentMethods #396

Add receiptOptions & additionalSearchTerms to createInvoice & Add includeSensitive & onlyAccountedPayments to getPaymentMethods

Add receiptOptions & additionalSearchTerms to createInvoice & Add includeSensitive & onlyAccountedPayments to getPaymentMethods #396

Workflow file for this run

name: Code Style
on: [push, pull_request]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run PHP CS Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.php-cs-fixer.dist.php --allow-risky=yes --verbose --dry-run