Skip to content

StoredPaymentMethodDetails doesn't have support for the "subtype" field used by the native TWINT drop-in #3

StoredPaymentMethodDetails doesn't have support for the "subtype" field used by the native TWINT drop-in

StoredPaymentMethodDetails doesn't have support for the "subtype" field used by the native TWINT drop-in #3

name: Label New Issues
on:
issues:
types: [opened]
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add 'needs response' label to new issues
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: 'needs response'