Skip to content

feat(payment_methods): pass required shipping details field for wallets session call based on business_profile config #9160

feat(payment_methods): pass required shipping details field for wallets session call based on business_profile config

feat(payment_methods): pass required shipping details field for wallets session call based on business_profile config #9160

name: PR Title Spell Check
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
typos:
name: Spell check PR title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Store PR title in a file
shell: bash
env:
TITLE: ${{ github.event.pull_request.title }}
run: echo $TITLE > pr_title.txt
- name: Spell check
uses: crate-ci/typos@master
with:
files: ./pr_title.txt