Skip to content

Commit

Permalink
[PAGOPA] feat(webinar): Add ipynb stuffs (#35)
Browse files Browse the repository at this point in the history
* [PAGOPA] feat(webinar): Add ipynb stuffs

* [PAGOPA] feat(webinar): Add mock env
  • Loading branch information
cap-ang authored Jul 16, 2024
1 parent be824e6 commit 0c9cd32
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webinar/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MY_SUBSCRIPTION_KEY=<your-subscription-key>
PAGOPA_TEST_BROKER=<your-broker-test-code>
PAGOPA_TEST_ORGANIZATION=<your-organization-test-fiscal-code>
53 changes: 53 additions & 0 deletions webinar/PaymentPositions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"paymentPositions": [
{
"iupd": "IUPD_WEBINAR_001",
"type": "F",
"payStandIn": false,
"fiscalCode": "77777777777",
"fullName": "Mario Rossi",
"streetName": null,
"civicNumber": null,
"postalCode": null,
"city": null,
"province": null,
"region": null,
"country": null,
"email": null,
"phone": null,
"switchToExpired": false,
"companyName": "PA Company",
"officeName": "PA Office",
"validityDate": null,
"paymentDate": null,
"status": null,
"paymentOption": [
{
"nav": null,
"iuv": "4700000000000003",
"amount": 100,
"description": "Webinar Caricamento Massivo",
"isPartialPayment": false,
"dueDate": "2025-07-18T00:00:00.000",
"retentionDate": null,
"fee": 0,
"notificationFee": 0,
"transfer": [
{
"idTransfer": "1",
"amount": 100,
"organizationFiscalCode": null,
"remittanceInformation": "remittance_information_webinar",
"category": "category_webinar",
"iban": "IT0000000000000000000000000",
"postalIban": null,
"stamp": null,
"transferMetadata": []
}
],
"paymentOptionMetadata": []
}
]
}
]
}
5 changes: 5 additions & 0 deletions webinar/PaymentPositionsID.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"paymentPositionIUPDs": [
"IUPD_WEBINAR_001"
]
}
4 changes: 4 additions & 0 deletions webinar/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# pip install -r requirements.txt
load_dotenv==0.1.0
requests==2.32.3
ipykernel==6.29.5
Loading

0 comments on commit 0c9cd32

Please sign in to comment.