This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: template.openshift.io/v1 | |
| kind: Template | |
| message: Login on https://${TENANT_NAME}-admin.${WILDCARD_DOMAIN} as ${ADMIN_USERNAME}/${ADMIN_PASSWORD} | |
| metadata: | |
| annotations: | |
| description: 3scale API Management main system with shared file storage in AWS | |
| S3. | |
| iconClass: icon-3scale | |
| openshift.io/display-name: 3scale API Management | |
| openshift.io/provider-display-name: Red Hat, Inc. |
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 30 columns, instead of 1 in line 5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Company Account,Merchant Account,Psp Reference,Merchant Reference,Payment Method,Creation Date,TimeZone,Type,Modification Reference,Gross Currency,Gross Debit (GC),Gross Credit (GC),Exchange Rate,Net Currency,Net Debit (NC),Net Credit (NC),Commission (NC),Markup (NC),Scheme Fees (NC),Interchange (NC),Payment Method Variant,Reserved2,Reserved3,Reserved4,Reserved5,Reserved6,Reserved7,Reserved8,Reserved9,Reserved10 | |
| SupportAdyen,SupportAdyenDemo,682116633,325406007,elv,1/1/17 0:00,CEST,Settled,682116633,EUR,,49.95,1,EUR,,49.7,0.25,,,,elv,,,,,,,,, | |
| SupportAdyen,SupportAdyenDemo,1713680000000000,325418414,elv,5/9/17 13:58,CEST,Settled,2413680000000000,EUR,,53.9,1,EUR,,53.65,0.25,,,,elv,,,,,,,,, | |
| SupportAdyen,SupportAdyenDemo,1313680000000000,325419918,elv,5/9/17 16:57,CEST,Settled,2313680000000000,EUR,,44.95,1,EUR,,44.7,0.25,,,,elv,,,,,,,,, | |
| SupportAdyen,SupportAdyenDemo,1313680000000000,325430762,bankTransfer_BE,5/14/17 5:57,CEST,Settled,1313680000000000,EUR,,71.96,1,EUR,,71.76,0.2,,,,bankTransfer_BE,,,,,,,,, | |
| Support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| # The IncludedResourceParams class is responsible for parsing a string containing | |
| # a comma separated list of associated resources to include with a request. See | |
| # http://jsonapi.org/format/#fetching-includes for additional details although | |
| # this is not required knowledge for the task at hand. | |
| # | |
| # Our API requires specific inclusion of related resourses - that is we do NOT | |
| # want to support wildcard inclusion (e.g. `foo.*`) | |
| # | |
| # The IncludedResourceParams class has three public methods making up its API. |