Skip to content

Commit

Permalink
Merge pull request #10 from cashfree/3.0.8
Browse files Browse the repository at this point in the history
3.0.8
  • Loading branch information
suhas-cashfree authored Dec 20, 2023
2 parents cae869d + 1dc6067 commit d188480
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 80 deletions.
10 changes: 5 additions & 5 deletions cashfree_pg.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg", "src\cashfree_pg\cashfree_pg.csproj", "{A58EBC53-7F42-4EF6-89F5-9D64614CDB57}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg", "src\cashfree_pg\cashfree_pg.csproj", "{E6F6AB78-4C6B-46B2-BE56-2512DAD4CA83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cashfree_pg.Test", "src\cashfree_pg.Test\cashfree_pg.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A58EBC53-7F42-4EF6-89F5-9D64614CDB57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A58EBC53-7F42-4EF6-89F5-9D64614CDB57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A58EBC53-7F42-4EF6-89F5-9D64614CDB57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A58EBC53-7F42-4EF6-89F5-9D64614CDB57}.Release|Any CPU.Build.0 = Release|Any CPU
{E6F6AB78-4C6B-46B2-BE56-2512DAD4CA83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6F6AB78-4C6B-46B2-BE56-2512DAD4CA83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6F6AB78-4C6B-46B2-BE56-2512DAD4CA83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6F6AB78-4C6B-46B2-BE56-2512DAD4CA83}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion docs/LinkEntity.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Name | Type | Description | Notes
**link_purpose** | **string** | | [optional]
**link_created_at** | **string** | | [optional]
**customer_details** | [**LinkCustomerDetailsEntity**](LinkCustomerDetailsEntity.md) | | [optional]
**link_meta** | [**LinkMetaEntity**](LinkMetaEntity.md) | | [optional]
**link_meta** | **Dictionary<string, string>** | Payment link meta information object. | [optional]
**link_url** | **string** | | [optional]
**link_expiry_time** | **string** | | [optional]
**link_notes** | **Dictionary<string, string>** | Key-value pair that can be used to store additional information about the entity. Maximum 5 key-value pairs | [optional]
Expand Down
Loading

0 comments on commit d188480

Please sign in to comment.