Revert "fix(creds): [Stripe] rotate creds (#11071)"

This reverts commit f3fcef47fd.
This commit is contained in:
hrithikesh026
2026-03-12 18:02:32 +05:30
parent 1d07589a5a
commit aa3d3cb3ac
2 changed files with 12 additions and 6 deletions

View File

@@ -261,7 +261,7 @@ jobs:
with:
toolchain: stable 2 weeks ago
components: rustfmt
- name: Install sccache
if: ${{ env.RUN_TESTS == 'true' }}
uses: taiki-e/install-action@v2
@@ -289,7 +289,7 @@ jobs:
CONNECTOR_AUTH_PASSPHRASE: ${{ secrets.CONNECTOR_AUTH_PASSPHRASE }}
CONNECTOR_CREDS_S3_BUCKET_URI: ${{ secrets.CONNECTOR_CREDS_S3_BUCKET_URI}}
DESTINATION_FILE_NAME: "creds.json.gpg"
S3_SOURCE_FILE_NAME: "35671d9f-0b8c-4d86-b6ce-af15f5fe1abc.json.gpg"
S3_SOURCE_FILE_NAME: "f387f657-cac4-4e4f-bb63-e570abcc201f.json.gpg"
shell: bash
run: |
mkdir -p ".github/secrets" ".github/test"
@@ -737,7 +737,7 @@ jobs:
CONNECTOR_AUTH_PASSPHRASE: ${{ secrets.CONNECTOR_AUTH_PASSPHRASE }}
CONNECTOR_CREDS_S3_BUCKET_URI: ${{ secrets.CONNECTOR_CREDS_S3_BUCKET_URI}}
DESTINATION_FILE_NAME: "creds.json.gpg"
S3_SOURCE_FILE_NAME: "35671d9f-0b8c-4d86-b6ce-af15f5fe1abc.json.gpg"
S3_SOURCE_FILE_NAME: "f387f657-cac4-4e4f-bb63-e570abcc201f.json.gpg"
shell: bash
run: |
mkdir -p ".github/secrets" ".github/test"
@@ -775,7 +775,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "24"
- name: Install Cypress and dependencies
run: |
npm ci --prefix ./cypress-tests
@@ -1120,7 +1120,7 @@ jobs:
CONNECTOR_AUTH_PASSPHRASE: ${{ secrets.CONNECTOR_AUTH_PASSPHRASE }}
CONNECTOR_CREDS_S3_BUCKET_URI: ${{ secrets.CONNECTOR_CREDS_S3_BUCKET_URI}}
DESTINATION_FILE_NAME: "creds.json.gpg"
S3_SOURCE_FILE_NAME: "35671d9f-0b8c-4d86-b6ce-af15f5fe1abc.json.gpg"
S3_SOURCE_FILE_NAME: "f387f657-cac4-4e4f-bb63-e570abcc201f.json.gpg"
shell: bash
run: |
mkdir -p ".github/secrets" ".github/test"

View File

@@ -656,6 +656,12 @@ impl
None
};
let cof_data = Some(CardOnFileData {
_type: CofType::Adhoc,
source: CofSource::Mit,
mode: CofMode::Subsequent,
});
let ecommerce_data =
EcommercePaymentOnlyTransactionData::Card(EcommerceCardPaymentOnlyTransactionData {
merchant_information,
@@ -664,7 +670,7 @@ impl
amount,
rrn: item.router_data.request.merchant_order_reference_id.clone(),
pre_auth_inc_ext_capture_flow,
cof_data: None,
cof_data,
});
// Generate current timestamp for sendDateTime (ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ)