Skip to content

Capabilities property on AccountHolder is null when calling CreateAccountHolderAsync or UpdateAccountHolderAsync in Adyen.Service.BalancePlatform.AccountHoldersService #1

Capabilities property on AccountHolder is null when calling CreateAccountHolderAsync or UpdateAccountHolderAsync in Adyen.Service.BalancePlatform.AccountHoldersService

Capabilities property on AccountHolder is null when calling CreateAccountHolderAsync or UpdateAccountHolderAsync in Adyen.Service.BalancePlatform.AccountHoldersService #1

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'